[INFO] cloning repository https://github.com/prodbysky/goop
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prodbysky/goop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprodbysky%2Fgoop", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprodbysky%2Fgoop'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ce775ad1653c7512b0d97a97afd01fa99f1a89a7
[INFO] testing prodbysky/goop against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprodbysky%2Fgoop" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/prodbysky/goop
[INFO] finished tweaking git repo https://github.com/prodbysky/goop
[INFO] tweaked toml for git repo https://github.com/prodbysky/goop written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/prodbysky/goop on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/prodbysky/goop already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9737aa29ad0351cfb9ed97ce7105c1755e77f4af16ae915a2ee71aabcf212c11
[INFO] running `Command { std: "docker" "start" "-a" "9737aa29ad0351cfb9ed97ce7105c1755e77f4af16ae915a2ee71aabcf212c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9737aa29ad0351cfb9ed97ce7105c1755e77f4af16ae915a2ee71aabcf212c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9737aa29ad0351cfb9ed97ce7105c1755e77f4af16ae915a2ee71aabcf212c11", kill_on_drop: false }`
[INFO] [stdout] 9737aa29ad0351cfb9ed97ce7105c1755e77f4af16ae915a2ee71aabcf212c11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0eb67b8adef9b816550d23a23fcac96cba482e748a3690881948dc7505364cb5
[INFO] running `Command { std: "docker" "start" "-a" "0eb67b8adef9b816550d23a23fcac96cba482e748a3690881948dc7505364cb5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling gccjit_sys v0.8.0
[INFO] [stderr]    Compiling gccjit v2.7.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling goop v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `visibility` is never used
[INFO] [stdout]    --> src/ir.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl Function {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub fn visibility(&self) -> SymbolVisibility {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `expect` and `got` are never read
[INFO] [stdout]    --> src/ir.rs:550:9
[INFO] [stdout]     |
[INFO] [stdout] 548 |     MismatchedArgumentCount {
[INFO] [stdout]     |     ----------------------- fields in this variant
[INFO] [stdout] 549 |         callee_type: parser::FunctionType,
[INFO] [stdout] 550 |         expect: usize,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 551 |         got: usize,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `expect` and `got` are never read
[INFO] [stdout]    --> src/ir.rs:555:9
[INFO] [stdout]     |
[INFO] [stdout] 553 |     MismatchedArgumentTypes {
[INFO] [stdout]     |     ----------------------- fields in this variant
[INFO] [stdout] 554 |         callee_type: parser::FunctionType,
[INFO] [stdout] 555 |         expect: usize,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 556 |         got: usize,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc9Dnu3u/symbols.o" "<11 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libcolored-22b52eb551a6f756,libclap-16d58d5e2b7aa6b7,libclap_builder-63810db19bcee456,libstrsim-24acdad2526b95b7,libanstream-5710bb053c641784,libanstyle_query-86d25270c3c9ef5d,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-51df2b3336db7fd2,libutf8parse-8828ddbb63eb8bad,libclap_lex-cf64d5057a503eff,libanstyle-acd37f6657e9ecfb,libgccjit-05b080239c8c731c,libgccjit_sys-6a2255b2fa0c8083,liblibc-0f8586cc3118ad93}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgccjit" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc9Dnu3u/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/goop-763d8e429f6fc7fb" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lgccjit
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `goop` (bin "goop") due to 1 previous error; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0eb67b8adef9b816550d23a23fcac96cba482e748a3690881948dc7505364cb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0eb67b8adef9b816550d23a23fcac96cba482e748a3690881948dc7505364cb5", kill_on_drop: false }`
[INFO] [stdout] 0eb67b8adef9b816550d23a23fcac96cba482e748a3690881948dc7505364cb5
